﻿@charset "utf-8";
/* CSS Document */
* {
    transition: all .5s;
}

.bannerBox {
    width: 100%;
    height: 300px;
}

/*--searchBox*/
.searchBg {
}

.search {
    padding: 14px 0 20px 0;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    background: url("../images/searchbg.png") repeat-x center bottom;
}

.search .searchBox {
    width: 331px;
}

.search .soText {
    float: left;
    width: 229px;
    height: 16px;
    line-height: 16px;
    padding: 5px 10px 5px 40px;
    color: #333;
    border: none;
    background: url("../images/searchtx.png") no-repeat center;
    outline: none;
}

.search .soBtn {
    float: right;
    width: 52px;
    height: 26px;
    border: none;
    background: url("../images/searchbtn.png") no-repeat center;
}

.search .keyWord {
    width: 640px;
    height: 26px;
    overflow: hidden;
}

.search .keyWord em {
    font-weight: bold;
    font-size: 14px;
    color: #149d00;
}

.search .keyWord a {
    padding: 0 4px;
    color: #666;
}

.search .keyWord a:hover {
    color: #0085da;
    text-decoration: none;
}

/*产品*/
.cpBox {
    margin-top: 30px;
}

.cpMu {
    width: 220px;
    height: 846px;
    background-color:#fff ;
    /*background: #149d00 url("../images/cpmubg.png") no-repeat center bottom;*/
    overflow: hidden;
}


.cpMu h4 img {
    display: block;
}

.cpMuCont {
}

.cpMuCont dl {

}

.cpMuCont dt {
    height: 44px;
    line-height: 44px;

    border-bottom: #ecf6fe 1px solid;
    background-color: #7ace3a;
    opacity: 0.7;
    border-radius: 5px;
  /*  background: url("../images/btn01.png") no-repeat center;
    background-size: 100% 100%;*/
}

.cpMuCont dt a {
    padding-left: 40px;
    font-size: 15px;
    font-weight: bold;
    color: green;

}
.cpMuCont dt a:hover{
    color: #FFFFFF;
}
.cpMuCont dd {
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    /*
    background: url(../images/btn01.png)no-repeat center ;
    background-size: 100% 100%;*/
}

.cpMuCont dd a {
    padding-left: 60px;
    display: block;
    font-size: 14px;
    color: #8b8c8d;
    text-decoration: none;
    border: none;
}

.dw{
    position: relative;
}

.cpMuCont dd a:hover {
    background-color: #7ace3a;
    color: #FFFFFF;
    border-radius: 5px;
}

.cpList {
    position: relative;
    width: 1180px;
    
    overflow: hidden;
}

.cpList .titMore {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #333;
}

.cpList h3 {
    height: 40px;
    font-size: 18px;
    border-bottom: 4px solid #ccc;
}

.cpList h3 a {
    position: relative;
    float: left;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    color: #333;
    text-decoration: none;
}

.cpList h3 a i {
    position: absolute;
    bottom: -4px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #ccc;
}

.cpList h3 a.cur, .cpList h4 a:hover {
    color: #149d00;
}

.cpList h3 a.cur i, .cpList h4 a:hover i {
    background-color: #149d00;
}

.cpList ul {
    overflow: hidden;
}

.cpList li {
    margin:20px 10px 20px 2px;
    float: left;
    width: 283px;
    height: 273px;
    background-color: #f6f6f6;
    border-bottom: 4px solid #f6f6f6;
}

.cpList li:hover {
    border-bottom-color: #00b834;
}

.cpList li.noMr {
    margin-right: 0;
}

.cpList li h5 {
    padding: 0 12px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    font-weight: normal;
    overflow: hidden;
}

.cpList li h5 a {
    color: #333;
}

.cpList li h5 a:hover {
    color: #0085da;
    text-decoration: none;
}

.cpList li span {
    padding: 0 12px;
    color: #00549d;
}

.gglSpan .container {
    position: relative;
}

.gglSpan01 {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 145px;
    background: url("../images/gglimg_01.jpg") no-repeat center;
}

.gglSpan01 span {
    position: absolute;
    right: 20px;
    top: 50px;
    font-size: 18px;
    color: #fff;
}

.gglSpan01 img {
    position: absolute;
    right: 20px;
    top: 90px;
}

.gglSpan02 {
    height: 180px;
    background: url("../images/gglimg_02.jpg") no-repeat center;
}

.gglSpan02 .container {
    height: 180px;
}

.gglSpan03 {
    margin-top: 25px;
    margin-bottom: 25px;
    height: 214px;
    background: url("../images/gglimg_03.jpg") no-repeat center;
}

.gglSpan03 span {
    position: absolute;
    left: 752px;
    top: 66px;
    font-size: 18px;
    color: #fff;
}

.gglSpan03 img {
    position: absolute;
    right: 98px;
    top: 152px;
}

/*价格咨询*/

a.x-price {
    width: 62px;
    height: 20px;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    background: #f60;
    line-height: 20px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
    margin-top: -5px;
}

a.x-price:hover {
    background: #f26100;
    text-decoration: none;
}

/*解决方案*/

.jjfaMu {
    width: 264px;
    height: 468px;
    overflow: hidden;
    background-color: #434e59;
}

.jjfaMu h4 {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    text-align: center;
    background-color: #202224;
}

.jjfaMu h4 a {
    color: #fff;
}

.jjfaMu ul {
}

.jjfaMu li {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #777;
}

.jjfaMu li a {
    *height: 45px;
    *line-height: 45px;
    padding-left: 22px;
    display: block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background-position: -20px center;
}

.jjfaMu li a:hover {
    background: #00b834 url("../images/jjfamuli_ico.png" ) no-repeat 240px center;
}

.jjfaCont {
    margin-right: 12px;
    width: 674px;
    height: 468px;
    overflow: hidden;
}

.jjfaCont .faS {
    margin-top: 34px;
    margin-bottom: 20px;
    height: 216px;
    overflow: hidden;
}

.jjfaCont .faS dt img {
    border: 3px solid #acacac;
}

.jjfaCont .faS dd {
    margin-left: 340px;
}

.jjfaCont .faS dd h5 {
    font-size: 24px;
    font-weight: normal;
}

.jjfaCont .faS dd h5 a {
    color: #00549d;
}

.jjfaCont .faS dd span {
    font-size: 20px;
    color: #333;
}

.jjfaCont .faS dd h4 {
    margin: 16px 0;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #3c4247;
    background: url("../images/fah4_ico.png") no-repeat 4px center;
}

.jjfaCont .faS dd p {
    line-height: 24px;
    font-size: 14px;
    color: #333;
}

.jjfaCont .faX {
}

.jjfaCont .faX dt {
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #3c4247;
    background: url("../images/fah4_ico.png") no-repeat 4px center;
}

.jjfaCont .faX dd {
}

.jjfaCont .faX dd p {
    margin: 16px 0;
    line-height: 24px;
    font-size: 14px;
    color: #333;
}

.contTit {
    position: relative;
    height: 48px;
    line-height: 48px;
}

.contTit .titA {
    border-left: 5px solid #149d00;
    padding-left: 12px;
    font-size: 18px;
    color: #333;
}

.contTit .titA:hover {
    color: #149d00;
    text-decoration: none;
}

.contTit span {
    margin-left: 10px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-weight: normal;
}

.contTit .titMore {
    position: absolute;
    right: px;
    top: 30px;
    color: #9d9d9d;
}
.contTit .titMore span{
    padding:0 1px 0 1px;
    color: #9d9d9d;
    margin-left: -1px;
}
.contTit .btnS {
    position: absolute;
    right: 0;
    top: 6px;
}

.contTit .btnS a {
    float: left;
    margin-left: 2px;
}

.contTit2 {
    background: url("../images/jj.jpg") no-repeat;
    background-position: 0 -10px;
    margin-bottom: 24px;
    height: 30px;
    line-height: 40px;
    color: white;

}
.bg{
    background: url("../images/tcys01.jpg") no-repeat center;
    background-size: 100% 100%;
}
.contTit2 h3{
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
}
.contTit2 h3 a{

}

.contTit2 .titA {
    font-weight: bold;
}

.alSpan {
    padding: 18px 0;
}

.alBox {
}

.alBox ul {
    margin: 0 auto;
    width: 992px;
    overflow: hidden;
}

.alBox ul li {
    position: relative;
    margin: 0 7px;
    float: left;
    width: 234px;
    text-align: center;
    overflow: hidden;
}

.alBox ul li i {
    position: absolute;
    left: 0px;
    top: -204px;
    width: 234px;
    height: 186px;
    background: url("../images/alimgbg.png") no-repeat center;
}

.alBox ul li:hover i {
    top: 0px;
}

.alBox ul li h5 {
    margin-top: 14px;
    font-weight: normal;
}

.alBox ul li h5 a {
    color: #333;
}

/*优势*/
.ysBox {
    position: relative;
    width: 1028px;
    height: 1674px;
    background: url("../images/ysbox.jpg") no-repeat center;
}

.ysBox dl {
    position: absolute;
    color: #333;
}

.ysBox dt {
    margin-bottom: 14px;
    line-height: 34px;
    font-size: 20px;
    font-weight: bold;
}

.ysBox dd {
    font-size: 16px;
    line-height: 28px;
}

.ysBox dd em {
    color: #00549d;
}

.ysBox .ys01 {
    left: 156px;
    top: 170px;
}

.ysBox .ys02 {
    left: 500px;
    top: 410px;
}

.ysBox .ys03 {
    left: 156px;
    top: 620px;
}

.ysBox .ys04 {
    left: 536px;
    top: 848px;
}

.ysBox .ys05 {
    left: 140px;
    top: 1098px;
}

.ysPhone {
    position: absolute;
    left: 176px;
    top: 1538px;
    color: #333;
}

.ysPhone p {
    padding: 8px 0;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

/*合作伙伴*/
.khjzBox {
    margin-top: 26px;
    margin-bottom: 38px;
}

.khjzBox ul {
    margin: 12px auto 0 auto;
    padding-bottom: 32px;
    border-bottom: 1px solid #7c7c7c;
    width: 980px;
    overflow: hidden;
}

.khjzBox ul li {
    position: relative;
    margin: 0 3px;
    float: left;
    width: 190px;
    text-align: center;
}

.khjzBox ul li img {
    border: 2px solid #ccc;
}

.khjzBox ul li h5 {
    margin-top: 14px;
    font-weight: normal;
}

.khjzBox ul li h5 a {
    color: #333;
}

.jzBox {
    padding-top: 40px;
    width: 478px;
    height: 412px;
    position: relative;
}

.jzBox dl {
    margin: 36px 20px 0px 20px;
    height: 146px;
    overflow: hidden;
}

.jzBox dd {
    margin-left: 160px;
}

.jzBox dd h5 {
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    font-weight: normal;
}

.jzBox dd h5 a {
    color: #333;
}

.jzBox dd span {
    font-size: 14px;
    color: #00549d;
}

.jzBox dd p {
    margin-top: 12px;
    line-height: 20px;
    color: #333;
}

.jzBox .btnGd {
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -58px;
}

.jmsJz {
    background: url("../images/jmsjz.png") no-repeat center;
}

.zdJz {
    background: url("../images/zdjz.png") no-repeat center;
}

/*关于*/
.gyBox,.gyBox1{
    width: 1440px;
}
.gyBox dl dd div{
    width: 1100px;
    height: 130px;
	margin-left: -160px;
    margin: -19x 0px 0px 300px;
}

.gyBox{
    height: 525px;
}

.gyBox dl {
    height: 500px;
    overflow: hidden;
	margin-left：-100px
}

.gyBox dt img {
    padding: 2px;
    border: 1px solid #ccc;
}

.gyBox dd {
    margin-left: 400px;
}

.gyBox dd h5 {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dotted #555;
    font-size: 18px;
    font-weight: normal;
}

.gyBox dd h5 a {
    color: #333;
}

.gyBox dd p {

    margin-top: -10px;
    margin-bottom: 10px;
    padding-left:350px;
    line-height: 30px;
    height:0px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
}
.gyBox dl dd p{
    max-width: 720px;
}background-image:url('111');
.gyBox dd img{
    padding-left: 20px;

}
/*常见问答开始*/
.gyBox ul{
    width: 1440px;
}
.gyBox ul li{
    float: left;
    width: 600px;
    font-size: 16px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.gyBox ul li a{
    padding-left:15px;
}
.gyBox ul li span:first-child{
    float: left;
    padding-left: 60px;
    font-size: 16px;
    color: #333;
}
.gyBox ul li span:last-child{
    float: right;
    padding-right: 50px;
    font-size: 10px;
    color: #333;
}
/*联系我们开始*/
.gyBox1{

}
.gyBox1 ul{
    width: 100%;
}
.gyBox1 ul li{
    float: left;
    padding-left: 3px;
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
}
.gyBox1 ul .cj{
    padding: 15px 8px;
    color: #333;
    width: 390px;

}
.gyBox1 ul .cj01,.gyBox1 ul .cj02,.gyBox1 ul .cj03{
    width: 50px;
    height: 50px;
    padding: 0 6px;
    background: url("../images/jl02.jpg") no-repeat ;
}
.gyBox1 ul .cj01{
    margin-left: 35px;
    background-position: 0 0;
}
.gyBox1 ul .cj02{
    background-position: 0 -60px;
}
.gyBox1 ul .cj03{
    background-position: 0 -120px;
}


/*荣誉*/
.ryBox {
    width: 980px;
    height: 500px;
    background: url("../images/sybjt01.jpg") no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
}

.ryBox .ryCont {
    padding: 0px 0px;
    position: relative;
}

.ryBox .ryCont ul {
    margin: 0 auto;
    width: 490px;
    overflow: hidden;
}

.ryBox .ryCont li {
    width: 450px;
    float: left;
    text-align: center;
}

.ryBox .ryCont li h3 {
    padding-top: 12px;
    font-weight: bold;
    padding-bottom: 10px;
    font-family: "宋体";
    color: #0c7d45;
}
.ryBox .ryCont li p{
    font-size: 14px;
    color: #0c7d45;

}
.ryBox .ryCont li h5 a {
    color: #333;
}

.ryBox .ryCont li h5 a:hover {
    color: #0085da;
    text-decoration: none;
}

.ryBox .ryCont .btnLeft, .ryBox .ryCont .btnRight {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 31px;
    height: 31px;
}

.ryBox .ryCont .btnLeft {
    left: 0px;
    background: url("../images/btnsl.png") no-repeat center;
}

.ryBox .ryCont .btnRight {
    right: 0px;
    background: url("../images/btnsr.png") no-repeat center;
}

/*风采*/
.fcBox {
    margin-top: 24px;
    margin-bottom: 24px;
}

.fcCont {
    padding: 26px 0 16px 0;
    background-color: #434e59;
}

.fcBox ul {
    margin: 0 auto;
    width: 920px;
    overflow: hidden;
}

.fcBox ul li {
    position: relative;
    margin: 0 5px;
    float: left;
    width: 220px;
    text-align: center;
}

.fcBox ul li h5 {
    margin-top: 14px;
    font-weight: normal;
}

.fcBox ul li h5 a {
    color: #eee;
}

.fcBox ul li h5 a:hover {
    color: #0085da;
    text-decoration: none;
}

/*动态*/
.dtBox {
    width: 544px;
    height: 550px;
    overflow: hidden;
}

.dtBox h3 {
    overflow: hidden;
}

.dtBox h3 a {
    float: left;
    padding: 0 18px;
    text-align: center;
    font-size: 17px;
    color: #333;
    text-decoration: none;
    background: url("../images/dttita.png") no-repeat left center;
}

.dtBox h3 a:hover, .dtBox h3 a.cur {
    background-image: url("../images/dttitah.png");
    color: #00549d;
}

.dtBox dl {
    margin: 20px 0;
}

.dtBox dd {
    margin-left: 274px;
    height: 178px;
    overflow: hidden;
}

.dtBox dd p {
    margin-top: 8px;
    margin-bottom: 10px;
    line-height: 22px;
    height: 110px;
    overflow: hidden;
    font-size: 13px;
    color: #333;
}

.dtBox ul {
    margin: 0;
    padding-top: 14px;
    border-top: 1px solid #cecece;
}

.dtBox li {
    position: relative;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}

.dtBox li a {
    display: inline-block;
    padding-left: 20px;
    background: url("../images/dtli_ico.png") no-repeat left center;
    width: 370px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.dtBox li a:hover {
    color: #0085da;
    text-decoration: none;
}


.dtBox li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
}

/*问题解答*/
.wtjd {
    width: 380px;
    height: 550px;
    overflow: hidden;
    background-color: #fff;
}

.wtjdCont {
    height: 460px;
    overflow: hidden;
}

.wtjdCont dl {
    padding: 4px 0;
    margin: 0 14px;
    border-bottom: 1px dotted #00549d;
    font-size: 14px;
}

.wtjdCont dt {
    background-image: url("../images/tw_ico.png" );
}

.wtjdCont dt a {
    color: #333;
}

.wtjdCont dt a:hover {
    color: #0085da;
    text-decoration: none;
}

.wtjdCont dd {
    line-height: 22px;
    background-image: url("../images/jd_ico.png" );
    color: #333;
}

.wtjdCont dt, .wtjdCont dd {
    padding: 8px 0;
    padding-left: 36px;
    margin: 6px 0;
    background-position: left 6px;
    background-repeat: no-repeat;
}

/*友情链接*/
.yqlj {
    margin-bottom: 20px;
    padding-top: 14px;
    border-top: 1px solid #5c5c5c;
}

.yqlj p {
    overflow: hidden;
    line-height: 32px;
    overflow: hidden;
}

.yqlj p a {
    float: left;
    margin: 0 10px;
    color: #333;
}

.yqlj p a:hover {
    color: #38b7ea;
    text-decoration: none;
}

#flashs {
    position: relative;
    width: 1805px;
    height: 480px;
    overflow: hidden;
    margin: 0 auto;
}

#flashs .bgitem {
    z-index: 1;
    position: absolute;
    top: 0;
}

#flashs .btn {
    position: absolute;
    z-index: 7;
    bottom: 15px;
    left: 50%;
    margin-left: -95px;
    padding: 0px 6px;
}

#flashs .btn span {
    color: #fff;
    background: #333;
    cursor: pointer;
    display: inline-block;
    margin: 0 2px;
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

#flashs .btn span.cur {
    background: #149d00;
}

.bg1 {
    width: 1440px;
    position: relative;
    /*left: 50%;
    margin-left: -770px;*/
    margin: 0 auto;
}
